home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / History of the World / DATA / contentM.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1995-04-25  |  170 b   |  8 lines

  1. on exitFrame
  2.   repeat while (the mouseDown <> 1) and (the movieRate of sprite 3 <> 0)
  3.     updateStage()
  4.   end repeat
  5.   set the movieTime of sprite 3 to 0
  6.   go("TVm")
  7. end
  8.